home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / firmy / contactel / prezent / razdva.exe / scripts / DefineButton2_43 / BUTTONCONDACTION on(release).as next >
Text File  |  2003-04-30  |  122b  |  8 lines

  1. on(release){
  2.    scrollBar._y = _root.scrollbarY;
  3.    tellTarget("_root.mainmenu")
  4.    {
  5.       gotoAndPlay(4);
  6.    }
  7. }
  8.